home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / orbitrax.swf / scripts / DefineButton2_274 / BUTTONCONDACTION on(release).as
Text File  |  2010-11-09  |  124b  |  8 lines

  1. on(release){
  2.    main.sfx.gotoAndPlay("click");
  3.    if(pisteNbr != undefined)
  4.    {
  5.       main.setGameTypeFct();
  6.    }
  7. }
  8.